runtime.bmap.overflow (method)
50 uses
runtime (current package)
map.go#L201: func (b *bmap) overflow(t *maptype) *bmap {
map.go#L245: if ovf.overflow(t) == nil {
map.go#L446: for ; b != nil; b = b.overflow(t) {
map.go#L516: for ; b != nil; b = b.overflow(t) {
map.go#L560: for ; b != nil; b = b.overflow(t) {
map.go#L683: ovf := b.overflow(t)
map.go#L778: for ; b != nil; b = b.overflow(t) {
map.go#L814: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map.go#L830: for b = bOrig; b.overflow(t) != c; b = b.overflow(t) {
map.go#L1058: b = b.overflow(t)
map.go#L1096: for ; b != nil; b = b.overflow(t) {
map.go#L1278: for ; b != nil; b = b.overflow(t) {
map.go#L1718: srcBmap = srcBmap.overflow(t)
map.go#L1742: for dstBmap.overflow(t) != nil {
map.go#L1743: dstBmap = dstBmap.overflow(t)
map.go#L1748: srcBmap = srcBmap.overflow(t)
map.go#L1778: srcBmap = srcBmap.overflow(t)
map.go#L1844: b = b.overflow(t)
map.go#L1909: b = b.overflow(t)
map_fast32.go#L43: for ; b != nil; b = b.overflow(t) {
map_fast32.go#L92: for ; b != nil; b = b.overflow(t) {
map_fast32.go#L165: ovf := b.overflow(t)
map_fast32.go#L264: ovf := b.overflow(t)
map_fast32.go#L326: for ; b != nil; b = b.overflow(t) {
map_fast32.go#L349: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast32.go#L365: for b = bOrig; b.overflow(t) != c; b = b.overflow(t) {
map_fast32.go#L426: for ; b != nil; b = b.overflow(t) {
map_fast64.go#L43: for ; b != nil; b = b.overflow(t) {
map_fast64.go#L92: for ; b != nil; b = b.overflow(t) {
map_fast64.go#L165: ovf := b.overflow(t)
map_fast64.go#L266: ovf := b.overflow(t)
map_fast64.go#L328: for ; b != nil; b = b.overflow(t) {
map_fast64.go#L353: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast64.go#L369: for b = bOrig; b.overflow(t) != c; b = b.overflow(t) {
map_fast64.go#L430: for ; b != nil; b = b.overflow(t) {
map_faststr.go#L94: for ; b != nil; b = b.overflow(t) {
map_faststr.go#L198: for ; b != nil; b = b.overflow(t) {
map_faststr.go#L284: ovf := b.overflow(t)
map_faststr.go#L347: for ; b != nil; b = b.overflow(t) {
map_faststr.go#L368: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_faststr.go#L384: for b = bOrig; b.overflow(t) != c; b = b.overflow(t) {
map_faststr.go#L445: for ; b != nil; b = b.overflow(t) {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |